バージョン

Polygon コンストラクタ(DataPoint[])

Polygonのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal points() As DataPoint _
)
public Polygon( 
   DataPoint[] points
)

パラメータ

points
このポリゴンを構成するデータ ポイントプリミティブの配列。
参照